type github.com/gotd/td/telegram.downloadClient
10 uses
github.com/gotd/td/telegram (current package)
download.go#L13: type downloadClient struct {
download.go#L17: func (d downloadClient) api() *tg.Client {
download.go#L21: func (d downloadClient) UploadGetFile(
download.go#L30: func (d downloadClient) UploadGetFileHashes(
download.go#L39: func (d downloadClient) UploadReuploadCDNFile(
download.go#L48: func (d downloadClient) UploadGetCDNFileHashes(
download.go#L57: func (d downloadClient) UploadGetWebFile(
download.go#L64: func (d downloadClient) CDN(ctx context.Context, dc int, max int64) (downloader.CDN, io.Closer, error) {
download.go#L88: return c.Downloader().Download(downloadClient{client: c}, location)
download.go#L93: return c.Downloader().Web(downloadClient{client: c}, location)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |